home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE14 / IDAPI / README.TXT < prev    next >
Encoding:
Text File  |  1996-09-05  |  986 b   |  25 lines

  1. The .ZIP file from whence this README file came contains the following files:
  2.  
  3.     JTABTST.PAS   (the project form)
  4.     JTABTST.DFM
  5.     TESTJTAB.DPR  (the test application for TjocTable)
  6.     TESTJTAB.OPT
  7.     TESTJTAB.RES
  8.     TJTABLE.PAS   (the component source for TjocTable)
  9.  
  10. These files for "Digging Into IDAPI Pt 2" have been corrected and may differ
  11. from the source code listings shown in the article:
  12.  
  13. 1.    In the form source JTABTST.PAS the event handler CopyTable1Click has
  14.     changed.
  15.  
  16. 2.    In the component source TJTABLE.PAS the RenameTable method has changed.
  17.  
  18. The VCL-philes amongst you will point out that Delphi 1.02 already has a RenameTable
  19. method (undocumented) so why have I implemented another one?  Well the new method
  20. presented in TjocTable is more convenient to use because the table can be either open
  21. or closed when the method is called unlike TTable.RenameTable which requires that the
  22. table be closed before calling.
  23.  
  24. -John O'Connell [73064.74@compuserve.com]
  25.